home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / iotest.arj / IO_TEST.BAT < prev    next >
DOS Batch File  |  1993-12-09  |  410b  |  12 lines

  1. @echo off
  2. rem Set date as an environment variable
  3. c:\io_dump\strdate
  4. rem If there is already a dump file for today don't compress it
  5. if exist c:\io_dump\%_strdate%.dmp goto done
  6. c:
  7. rem Compress and remove the previous dump
  8. c:\io_dump\pkzip -m c:\io_dump\%NODENAME%_IO.ZIP c:\io_dump\*.DMP
  9. :done
  10. rem Restart the capture in a file having the date as name
  11. c:\io_dump\IO_SNOOP c:\io_dump\%_STRDATE%.DMP
  12.